home *** CD-ROM | disk | FTP | other *** search
- // generated by Mike, do not modify
- unbindall
- //Movement
- bind h "+movedown"
- bind i "+moveup"
- bind j "+moveleft"
- bind l "+moveright"
- bind MOUSE1 "+forward"
- bind MOUSE2 "+back"
- bind u "+activate"
- bind LEFTARROW "+left"
-
- bind RIGHTARROW "+right"
-
- //Run Don't Walk
- set run "cl_run 1; set runorwalk vstr walk; echo Running..."
- set walk "cl_run 0; set runorwalk vstr run; echo Walking..."
- set runorwalk "vstr walk"
- bind o "vstr runorwalk"
-
- //Sprint Don't Run
- set sprinting "set +sprint; set sprintrun vstr running; echo Sprinting..."
- set running "set -sprint; set sprintrun vstr sprinting; echo Running..."
- set sprintrun "vstr running"
- bind y "vstr sprintrun"
-
- //3rd PERSON
- bind kp_ins cg_thirdpersonrange 100
- bind kp_del cg_thirdpersonrange 40
- bind kp_plus cg_thirdperson 1
- bind kp_minus cg_thirdperson 0
- bind kp_downarrow cg_thirdpersonangle 0
- bind kp_end cg_thirdpersonangle 45
- bind kp_leftarrow cg_thirdpersonangle 90
- bind kp_home cg_thirdpersonangle 135
- bind kp_uparrow cg_thirdpersonangle 180
- bind kp_pgup cg_thirdpersonangle 225
- bind kp_rightarrow cg_thirdpersonangle 270
- bind kp_pgdn cg_thirdpersonangle 315
-
- //Weapons
- bind , "weapon 4"
- bind 1 "weapon 1"
- bind 2 "weapon 2"
- bind ALT "+attack"
- bind f "weapon 9"
- bind g "weapon 3"
- bind k "+kick"
- bind m "weapon 7"
- bind n "weapon 5"
- bind p "weapnext"
- bind SEMICOLON "weapprev"
- bind y "+sprint"
- bind . "+zoom"
- bind 8 "weapon 6"
- bind / "+reload"
- bind enter "weapalt"
- bind 9 "weapon 20"
- bind space "+quickgren"
-
- //Chatting
- bind a "messagemode2"
- bind t "messagemode"
-
- //Menu Binds
- bind ` "toggleconsole"
- bind ~ "toggleconsole"
- bind ESCAPE "togglemenu"
- bind PAUSE "pause"
-
- //HUD Buttons
- bind F1 "+scores"
- bind F12 "toggle cg_lagometer"
-
- //Modifying Stuff
- bind f11 "toggle r_speeds"
- bind f10 "toggle r_showtris"
- bind f9 "toggle r_clear"
- bind f8 "map_restart"
- //bind f5 "r_lodbias 0"
- //bind f6 "r_lodbias 1"
- //bind f7 "r_lodbias 2"
- bind q "god"
- bind a "give all"
- bind z "noclip"
- bind w "nofatigue"
- bind f4 "r_gamma 1.5"
- bind f3 "r_gamma 1"
- bind x "notarget"
- bind end "toggle r_lightmap"
- bind home "timescale 5"
- bind pgup "r_debugSurface 2"
- bind pgdn "r_debugsurface 0"
- bind ins "timescale .5"
- bind del "timescale 1"
- bind c "entitycount"
- bind d "toggle aicast_debug; toggle g_scriptdebug"
-
- //MULTIPLAYER STUFF
- seta name "Gizmo Caca"
- seta backspace "OpenLimboMenu"
-
- //Screenshot
- bind s "screenshot"
-
- //GAME SETTINGS
- seta model infantryss
- seta sv_pure "0"
- seta cg_autoswitch "0"
- seta cg_crosshairHealth "0"
- seta cg_crosshairSize "24"
- seta cg_drawAmmoWarning "0"
- seta cg_drawCrosshair "2"
- seta cg_drawCrosshairNames "0"
- seta cg_drawFPS "1"
- seta cg_drawGun "1"
- seta cg_drawKiller "0"
- seta cg_drawStatus "1"
- seta cg_drawTimer "0"
- seta cg_forceModel "0"
- seta cg_zoomfov "22.5"
- seta cl_run "1"
- seta fov "90"
- seta m_filter "1"
- seta r_gamma "1.3"
- seta sensitivity "10"
- seta r_ext_compress_textures "1"
- seta r_mode "3"
- seta cg_drawgun "1"
- seta cg_draw2d "1"
- seta r_picmip "0"
-
- //Scripted Bindings
- //Timescaler
- bind ins "vstr timescaleup"
- bind del "vstr timescaledown"
- set timescaleup "vstr ts15"
- set timescaledown "vstr ts09"
- bind home "timescale 1.0; set timescaleup vstr ts15; set timescaledown ts09; echo Timescale 1.0"
-
- set ts01 "timescale 0.1; set timescaleup vstr ts02; set timescaledown vstr ts10; echo Timescale 0.1"
- set ts02 "timescale 0.2; set timescaleup vstr ts03; set timescaledown vstr ts01; echo Timescale 0.2"
- set ts03 "timescale 0.3; set timescaleup vstr ts04; set timescaledown vstr ts02; echo Timescale 0.3"
- set ts04 "timescale 0.4; set timescaleup vstr ts05; set timescaledown vstr ts03; echo Timescale 0.4"
- set ts05 "timescale 0.5; set timescaleup vstr ts06; set timescaledown vstr ts04; echo Timescale 0.5"
- set ts06 "timescale 0.6; set timescaleup vstr ts07; set timescaledown vstr ts05; echo Timescale 0.6"
- set ts07 "timescale 0.7; set timescaleup vstr ts08; set timescaledown vstr ts06; echo Timescale 0.7"
- set ts08 "timescale 0.8; set timescaleup vstr ts09; set timescaledown vstr ts07; echo Timescale 0.8"
- set ts09 "timescale 0.9; set timescaleup vstr ts10; set timescaledown vstr ts08; echo Timescale 0.9"
- set ts10 "timescale 1.0; set timescaleup vstr ts15; set timescaledown vstr ts09; echo Timescale 1.0"
- set ts15 "timescale 1.5; set timescaleup vstr ts20; set timescaledown vstr ts10; echo Timescale 1.5"
- set ts20 "timescale 2.0; set timescaleup vstr ts25; set timescaledown vstr ts15; echo Timescale 2.0"
- set ts25 "timescale 2.5; set timescaleup vstr ts30; set timescaledown vstr ts20; echo Timescale 2.5"
- set ts30 "timescale 3.0; set timescaleup vstr ts35; set timescaledown vstr ts25; echo Timescale 3.0"
- set ts35 "timescale 3.5; set timescaleup vstr ts40; set timescaledown vstr ts30; echo Timescale 3.5
- set ts40 "timescale 4.0; set timescaleup vstr ts45; set timescaledown vstr ts35; echo Timescale 4.0"
- set ts45 "timescale 4.5; set timescaleup vstr ts50; set timescaledown vstr ts40; echo Timescale 4.5"
- set ts50 "timescale 5.0; set timescaleup vstr ts10; set timescaledown vstr ts45; echo Timescale 5.0"
-
-
- //Execs the Camera config file.
- exec cam.cfg
-